GdkWindow: Track all native windows of native windows
authorAlexander Larsson <alexl@redhat.com>
Wed, 15 May 2013 08:23:14 +0000 (10:23 +0200)
committerAlexander Larsson <alexl@redhat.com>
Wed, 15 May 2013 09:08:35 +0000 (11:08 +0200)
commit8306d26714514f001d49b1cefc182459a44d9724
treed962c692e453a0dba07d3c8058bb289effeadb84
parent3a414e0acef4ca466d56d224eb1df24a24486f91
GdkWindow: Track all native windows of native windows

We keep a list of all native children of a native window. This means
we don't have to recurse over the entire hierarchy to find any
native children.
gdk/gdkinternals.h
gdk/gdkwindow.c
gdk/win32/gdkwindow-win32.c
gdk/x11/gdkwindow-x11.c